Html Css Color HEX #77534A Buccaneer

📋 copy color: '#77534A'

red 119 ◦ green 83 ◦ blue 74

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

Shades of Buccaneer #77534A

Tints of Buccaneer #77534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 43.12%
G = 30.07%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77534A (or 0x77534A) is known color: Buccaneer. HEX triplet: 77, 53 and 4A. RGB value is (119,83,74). Sum of RGB (Red+Green+Blue) = 119+83+74=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77534A is #88ACB5. Grayscale: #5C5C5C. Windows color (decimal): -8957110 or 4871031. OLE color: 4871031.

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

Color convert

RGB 119 83 74 -
CMYK 0 0.30 0.38 0.53
HSL 12º 0.23% 0.38% -
HSV(B) 12º 0.38% 0.47% -
XYZ 11.94 10.6 7.9 -
YUV 92.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 119 83 74 0 0.30 0.38 0.53 12 0.23 0.38
Hex 77 53 4A 0 1E 26 35 C 17 26
Octal 167 123 112 0 36 46 65 14 27 46
Binary 1110111 1010011 1001010 0 11110 100110 110101 1100 10111 100110

Color Harmonies of #77534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77534A

Black with #77534A

Text Example


Text Example

White with #77534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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