Html Css Color HEX #76534B Buccaneer

📋 copy color: '#76534B'

red 118 ◦ green 83 ◦ blue 75

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

Shades of Buccaneer #76534B

Tints of Buccaneer #76534B

RGB

 RED value IS 118 (46.48% from 255) = 42.75%

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

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 42.75%
G = 30.07%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76534B (or 0x76534B) is known color: Buccaneer. HEX triplet: 76, 53 and 4B. RGB value is (118,83,75). Sum of RGB (Red+Green+Blue) = 118+83+75=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76534B is #89ACB4. Grayscale: #5C5C5C. Windows color (decimal): -9022645 or 4936566. OLE color: 4936566.

HSL color Cylindrical-coordinate representation of color #76534B: hue angle of 11.16º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76534B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 75 -
CMYK 0 0.30 0.36 0.54
HSL 11.16º 0.22% 0.38% -
HSV(B) 11.16º 0.36% 0.46% -
XYZ 11.83 10.55 8.07 -
YUV 92.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 118 83 75 0 0.30 0.36 0.54 11.16 0.22 0.38
Hex 76 53 4B 0 1E 24 36 B 16 26
Octal 166 123 113 0 36 44 66 13 26 46
Binary 1110110 1010011 1001011 0 11110 100100 110110 1011 10110 100110

Color Harmonies of #76534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76534B

Black with #76534B

Text Example


Text Example

White with #76534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76534B; }

 p { color: rgb(118,83,75); }

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

background-color css

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

 a { background-color: rgb(118,83,75); }

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

border-color css

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

 span { border-color: rgb(118,83,75); }

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