Html Css Color HEX #764E4B Buccaneer

📋 copy color: '#764E4B'

red 118 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #764E4B

Tints of Buccaneer #764E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

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

R = 43.54%
G = 28.78%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#764E4B (or 0x764E4B) is known color: Buccaneer. HEX triplet: 76, 4E and 4B. RGB value is (118,78,75). Sum of RGB (Red+Green+Blue) = 118+78+75=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E4B is #89B1B4. Grayscale: #595959. Windows color (decimal): -9023925 or 4935286. OLE color: 4935286.

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

Color convert

RGB 118 78 75 -
CMYK 0 0.34 0.36 0.54
HSL 4.19º 0.22% 0.38% -
HSV(B) 4.19º 0.36% 0.46% -
XYZ 11.47 9.81 7.95 -
YUV 89.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 118 78 75 0 0.34 0.36 0.54 4.19 0.22 0.38
Hex 76 4E 4B 0 22 24 36 4 16 26
Octal 166 116 113 0 42 44 66 4 26 46
Binary 1110110 1001110 1001011 0 100010 100100 110110 100 10110 100110

Color Harmonies of #764E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E4B

Black with #764E4B

Text Example


Text Example

White with #764E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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