Html Css Color HEX #765353 Buccaneer

📋 copy color: '#765353'

red 118 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #765353

Tints of Buccaneer #765353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.23%

R = 41.55%
G = 29.23%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#765353 (or 0x765353) is known color: Buccaneer. HEX triplet: 76, 53 and 53. RGB value is (118,83,83). Sum of RGB (Red+Green+Blue) = 118+83+83=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765353 is #89ACAC. Grayscale: #5D5D5D. Windows color (decimal): -9022637 or 5460854. OLE color: 5460854.

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

Color convert

RGB 118 83 83 -
CMYK 0 0.30 0.30 0.54
HSL 0.17% 0.39% -
HSV(B) 0.3% 0.46% -
XYZ 12.13 10.66 9.6 -
YUV 93.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 118 83 83 0 0.30 0.30 0.54 0 0.17 0.39
Hex 76 53 53 0 1E 1E 36 0 11 27
Octal 166 123 123 0 36 36 66 0 21 47
Binary 1110110 1010011 1010011 0 11110 11110 110110 0 10001 100111

Color Harmonies of #765353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765353

Black with #765353

Text Example


Text Example

White with #765353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765353; }

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

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

background-color css

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

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

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

border-color css

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

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

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