Html Css Color HEX #765150 Buccaneer

📋 copy color: '#765150'

red 118 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #765150

Tints of Buccaneer #765150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 42.29%
G = 29.03%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765150 (or 0x765150) is known color: Buccaneer. HEX triplet: 76, 51 and 50. RGB value is (118,81,80). Sum of RGB (Red+Green+Blue) = 118+81+80=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765150 is #89AEAF. Grayscale: #5B5B5B. Windows color (decimal): -9023152 or 5263734. OLE color: 5263734.

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

Color convert

RGB 118 81 80 -
CMYK 0 0.31 0.32 0.54
HSL 1.58º 0.19% 0.39% -
HSV(B) 1.58º 0.32% 0.46% -
XYZ 11.86 10.32 8.96 -
YUV 91.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 118 81 80 0 0.31 0.32 0.54 1.58 0.19 0.39
Hex 76 51 50 0 1F 20 36 2 13 27
Octal 166 121 120 0 37 40 66 2 23 47
Binary 1110110 1010001 1010000 0 11111 100000 110110 10 10011 100111

Color Harmonies of #765150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765150

Black with #765150

Text Example


Text Example

White with #765150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765150; }

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

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

background-color css

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

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

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

border-color css

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

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

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