Html Css Color HEX #775150 Buccaneer

📋 copy color: '#775150'

red 119 ◦ green 81 ◦ blue 80

#775150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #775150

Tints of Buccaneer #775150

RGB

 RED value IS 119 (46.88% from 255) = 42.5%

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 42.5%
G = 28.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#775150 (or 0x775150) is known color: Buccaneer. HEX triplet: 77, 51 and 50. RGB value is (119,81,80). Sum of RGB (Red+Green+Blue) = 119+81+80=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #775150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775150 is #88AEAF. Grayscale: #5C5C5C. Windows color (decimal): -8957616 or 5263735. OLE color: 5263735.

HSL color Cylindrical-coordinate representation of color #775150: hue angle of 1.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775150 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 80 -
CMYK 0 0.32 0.33 0.53
HSL 1.54º 0.2% 0.39% -
HSV(B) 1.54º 0.33% 0.47% -
XYZ 12 10.39 8.96 -
YUV 92.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 119 81 80 0 0.32 0.33 0.53 1.54 0.2 0.39
Hex 77 51 50 0 20 21 35 2 14 27
Octal 167 121 120 0 40 41 65 2 24 47
Binary 1110111 1010001 1010000 0 100000 100001 110101 10 10100 100111

Color Harmonies of #775150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775150

Black with #775150

Text Example


Text Example

White with #775150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775150; }

 p { color: rgb(119,81,80); }

 H1.HeaderClassName
 {
   color: #775150;
 }
 .AnyTagClassName
 {
   color: #775150;
 }
</style>

background-color css

<style>
 a { background-color: #775150; }

 a { background-color: rgb(119,81,80); }

 div.DivClassName
 {
   background-color: #775150;
 }
 .BgClassName
 {
   background-color: #775150;
 }
</style>

border-color css

<style>
 span { border-color: #775150; }

 span { border-color: rgb(119,81,80); }

 td.TdClassName
 {
   border-color: #775150;
 }
 .TagClassName
 {
   border-color: #775150;
 }
</style>