Html Css Color HEX #765151 Buccaneer

📋 copy color: '#765151'

red 118 ◦ green 81 ◦ blue 81

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

Shades of Buccaneer #765151

Tints of Buccaneer #765151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 42.14%
G = 28.93%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#765151 (or 0x765151) is known color: Buccaneer. HEX triplet: 76, 51 and 51. RGB value is (118,81,81). Sum of RGB (Red+Green+Blue) = 118+81+81=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765151 is #89AEAE. Grayscale: #5C5C5C. Windows color (decimal): -9023151 or 5329270. OLE color: 5329270.

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

Color convert

RGB 118 81 81 -
CMYK 0 0.31 0.31 0.54
HSL 0.19% 0.39% -
HSV(B) 0.31% 0.46% -
XYZ 11.9 10.33 9.15 -
YUV 92.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 118 81 81 0 0.31 0.31 0.54 0 0.19 0.39
Hex 76 51 51 0 1F 1F 36 0 13 27
Octal 166 121 121 0 37 37 66 0 23 47
Binary 1110110 1010001 1010001 0 11111 11111 110110 0 10011 100111

Color Harmonies of #765151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765151

Black with #765151

Text Example


Text Example

White with #765151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765151; }

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

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

background-color css

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

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

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

border-color css

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

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

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