Html Css Color HEX #765350 Buccaneer

📋 copy color: '#765350'

red 118 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #765350

Tints of Buccaneer #765350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 41.99%
G = 29.54%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765350 (or 0x765350) is known color: Buccaneer. HEX triplet: 76, 53 and 50. RGB value is (118,83,80). Sum of RGB (Red+Green+Blue) = 118+83+80=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765350 is #89ACAF. Grayscale: #5D5D5D. Windows color (decimal): -9022640 or 5264246. OLE color: 5264246.

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

Color convert

RGB 118 83 80 -
CMYK 0 0.30 0.32 0.54
HSL 4.74º 0.19% 0.39% -
HSV(B) 4.74º 0.32% 0.46% -
XYZ 12.01 10.62 9.01 -
YUV 93.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 118 83 80 0 0.30 0.32 0.54 4.74 0.19 0.39
Hex 76 53 50 0 1E 20 36 5 13 27
Octal 166 123 120 0 36 40 66 5 23 47
Binary 1110110 1010011 1010000 0 11110 100000 110110 101 10011 100111

Color Harmonies of #765350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765350

Black with #765350

Text Example


Text Example

White with #765350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765350; }

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

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

background-color css

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

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

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

border-color css

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

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

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