Html Css Color HEX #775750 Buccaneer

📋 copy color: '#775750'

red 119 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #775750

Tints of Buccaneer #775750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 41.61%
G = 30.42%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#775750 (or 0x775750) is known color: Buccaneer. HEX triplet: 77, 57 and 50. RGB value is (119,87,80). Sum of RGB (Red+Green+Blue) = 119+87+80=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775750 is #88A8AF. Grayscale: #5F5F5F. Windows color (decimal): -8956080 or 5265271. OLE color: 5265271.

HSL color Cylindrical-coordinate representation of color #775750: hue angle of 10.77º 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 #775750 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 80 -
CMYK 0 0.27 0.33 0.53
HSL 10.77º 0.2% 0.39% -
HSV(B) 10.77º 0.33% 0.47% -
XYZ 12.46 11.32 9.12 -
YUV 95.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 119 87 80 0 0.27 0.33 0.53 10.77 0.2 0.39
Hex 77 57 50 0 1B 21 35 B 14 27
Octal 167 127 120 0 33 41 65 13 24 47
Binary 1110111 1010111 1010000 0 11011 100001 110101 1011 10100 100111

Color Harmonies of #775750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775750

Black with #775750

Text Example


Text Example

White with #775750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775750; }

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

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

background-color css

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

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

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

border-color css

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

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

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