Html Css Color HEX #764F4F Buccaneer

📋 copy color: '#764F4F'

red 118 ◦ green 79 ◦ blue 79

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

Shades of Buccaneer #764F4F

Tints of Buccaneer #764F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 42.75%
G = 28.62%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#764F4F (or 0x764F4F) is known color: Buccaneer. HEX triplet: 76, 4F and 4F. RGB value is (118,79,79). Sum of RGB (Red+Green+Blue) = 118+79+79=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F4F is #89B0B0. Grayscale: #5A5A5A. Windows color (decimal): -9023665 or 5197686. OLE color: 5197686.

HSL color Cylindrical-coordinate representation of color #764F4F: hue angle of 0º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F4F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 79 -
CMYK 0 0.33 0.33 0.54
HSL 0.2% 0.39% -
HSV(B) 0.33% 0.46% -
XYZ 11.68 10.01 8.71 -
YUV 90.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 118 79 79 0 0.33 0.33 0.54 0 0.2 0.39
Hex 76 4F 4F 0 21 21 36 0 14 27
Octal 166 117 117 0 41 41 66 0 24 47
Binary 1110110 1001111 1001111 0 100001 100001 110110 0 10100 100111

Color Harmonies of #764F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F4F

Black with #764F4F

Text Example


Text Example

White with #764F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F4F; }

 p { color: rgb(118,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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