Html Css Color HEX #76504B Buccaneer

📋 copy color: '#76504B'

red 118 ◦ green 80 ◦ blue 75

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

Shades of Buccaneer #76504B

Tints of Buccaneer #76504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 43.22%
G = 29.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76504B (or 0x76504B) is known color: Buccaneer. HEX triplet: 76, 50 and 4B. RGB value is (118,80,75). Sum of RGB (Red+Green+Blue) = 118+80+75=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76504B is #89AFB4. Grayscale: #5A5A5A. Windows color (decimal): -9023413 or 4935798. OLE color: 4935798.

HSL color Cylindrical-coordinate representation of color #76504B: hue angle of 6.98º 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 #76504B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 75 -
CMYK 0 0.32 0.36 0.54
HSL 6.98º 0.22% 0.38% -
HSV(B) 6.98º 0.36% 0.46% -
XYZ 11.61 10.1 7.99 -
YUV 90.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 118 80 75 0 0.32 0.36 0.54 6.98 0.22 0.38
Hex 76 50 4B 0 20 24 36 7 16 26
Octal 166 120 113 0 40 44 66 7 26 46
Binary 1110110 1010000 1001011 0 100000 100100 110110 111 10110 100110

Color Harmonies of #76504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76504B

Black with #76504B

Text Example


Text Example

White with #76504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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