Html Css Color HEX #75524E Buccaneer

📋 copy color: '#75524E'

red 117 ◦ green 82 ◦ blue 78

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

Shades of Buccaneer #75524E

Tints of Buccaneer #75524E

RGB

 RED value IS 117 (46.09% from 255) = 42.24%

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 78 (30.86% from 255) = 28.16%

R = 42.24%
G = 29.6%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75524E (or 0x75524E) is known color: Buccaneer. HEX triplet: 75, 52 and 4E. RGB value is (117,82,78). Sum of RGB (Red+Green+Blue) = 117+82+78=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75524E is #8AADB1. Grayscale: #5C5C5C. Windows color (decimal): -9088434 or 5132917. OLE color: 5132917.

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

Color convert

RGB 117 82 78 -
CMYK 0 0.30 0.33 0.54
HSL 6.15º 0.2% 0.38% -
HSV(B) 6.15º 0.33% 0.46% -
XYZ 11.73 10.37 8.59 -
YUV 92.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 117 82 78 0 0.30 0.33 0.54 6.15 0.2 0.38
Hex 75 52 4E 0 1E 21 36 6 14 26
Octal 165 122 116 0 36 41 66 6 24 46
Binary 1110101 1010010 1001110 0 11110 100001 110110 110 10100 100110

Color Harmonies of #75524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75524E

Black with #75524E

Text Example


Text Example

White with #75524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75524E; }

 p { color: rgb(117,82,78); }

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

background-color css

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

 a { background-color: rgb(117,82,78); }

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

border-color css

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

 span { border-color: rgb(117,82,78); }

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