Html Css Color HEX #77534F Buccaneer

📋 copy color: '#77534F'

red 119 ◦ green 83 ◦ blue 79

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

Shades of Buccaneer #77534F

Tints of Buccaneer #77534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 42.35%
G = 29.54%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77534F (or 0x77534F) is known color: Buccaneer. HEX triplet: 77, 53 and 4F. RGB value is (119,83,79). Sum of RGB (Red+Green+Blue) = 119+83+79=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77534F is #88ACB0. Grayscale: #5D5D5D. Windows color (decimal): -8957105 or 5198711. OLE color: 5198711.

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

Color convert

RGB 119 83 79 -
CMYK 0 0.30 0.34 0.53
HSL 0.2% 0.39% -
HSV(B) 0.34% 0.47% -
XYZ 12.11 10.67 8.82 -
YUV 93.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 119 83 79 0 0.30 0.34 0.53 6 0.2 0.39
Hex 77 53 4F 0 1E 22 35 6 14 27
Octal 167 123 117 0 36 42 65 6 24 47
Binary 1110111 1010011 1001111 0 11110 100010 110101 110 10100 100111

Color Harmonies of #77534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77534F

Black with #77534F

Text Example


Text Example

White with #77534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77534F; }

 p { color: rgb(119,83,79); }

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

background-color css

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

 a { background-color: rgb(119,83,79); }

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

border-color css

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

 span { border-color: rgb(119,83,79); }

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