Html Css Color HEX #775755 Buccaneer

📋 copy color: '#775755'

red 119 ◦ green 87 ◦ blue 85

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

Shades of Buccaneer #775755

Tints of Buccaneer #775755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 40.89%
G = 29.9%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775755 (or 0x775755) is known color: Buccaneer. HEX triplet: 77, 57 and 55. RGB value is (119,87,85). Sum of RGB (Red+Green+Blue) = 119+87+85=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775755 is #88A8AA. Grayscale: #606060. Windows color (decimal): -8956075 or 5592951. OLE color: 5592951.

HSL color Cylindrical-coordinate representation of color #775755: hue angle of 3.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775755 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 85 -
CMYK 0 0.27 0.29 0.53
HSL 3.53º 0.17% 0.4% -
HSV(B) 3.53º 0.29% 0.47% -
XYZ 12.66 11.39 10.13 -
YUV 96.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 119 87 85 0 0.27 0.29 0.53 3.53 0.17 0.4
Hex 77 57 55 0 1B 1D 35 4 11 28
Octal 167 127 125 0 33 35 65 4 21 50
Binary 1110111 1010111 1010101 0 11011 11101 110101 100 10001 101000

Color Harmonies of #775755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775755

Black with #775755

Text Example


Text Example

White with #775755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775755; }

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

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

background-color css

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

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

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

border-color css

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

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

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