Html Css Color HEX #765050 Buccaneer

📋 copy color: '#765050'

red 118 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #765050

Tints of Buccaneer #765050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 42.45%
G = 28.78%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765050 (or 0x765050) is known color: Buccaneer. HEX triplet: 76, 50 and 50. RGB value is (118,80,80). Sum of RGB (Red+Green+Blue) = 118+80+80=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765050 is #89AFAF. Grayscale: #5B5B5B. Windows color (decimal): -9023408 or 5263478. OLE color: 5263478.

HSL color Cylindrical-coordinate representation of color #765050: 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.32%. Process color model (Four color, CMYK) of #765050 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 80 -
CMYK 0 0.32 0.32 0.54
HSL 0.19% 0.39% -
HSV(B) 0.32% 0.46% -
XYZ 11.79 10.17 8.93 -
YUV 91.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 118 80 80 0 0.32 0.32 0.54 0 0.19 0.39
Hex 76 50 50 0 20 20 36 0 13 27
Octal 166 120 120 0 40 40 66 0 23 47
Binary 1110110 1010000 1010000 0 100000 100000 110110 0 10011 100111

Color Harmonies of #765050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765050

Black with #765050

Text Example


Text Example

White with #765050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765050; }

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

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

background-color css

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

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

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

border-color css

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

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

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