Html Css Color HEX #75524F Buccaneer

📋 copy color: '#75524F'

red 117 ◦ green 82 ◦ blue 79

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

Shades of Buccaneer #75524F

Tints of Buccaneer #75524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 42.09%
G = 29.5%
B = 28.42%

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

#75524F (or 0x75524F) is known color: Buccaneer. HEX triplet: 75, 52 and 4F. RGB value is (117,82,79). Sum of RGB (Red+Green+Blue) = 117+82+79=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75524F is #8AADB0. Grayscale: #5C5C5C. Windows color (decimal): -9088433 or 5198453. OLE color: 5198453.

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

Color convert

RGB 117 82 79 -
CMYK 0 0.30 0.32 0.54
HSL 4.74º 0.19% 0.38% -
HSV(B) 4.74º 0.32% 0.46% -
XYZ 11.76 10.38 8.78 -
YUV 92.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 117 82 79 0 0.30 0.32 0.54 4.74 0.19 0.38
Hex 75 52 4F 0 1E 20 36 5 13 26
Octal 165 122 117 0 36 40 66 5 23 46
Binary 1110101 1010010 1001111 0 11110 100000 110110 101 10011 100110

Color Harmonies of #75524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75524F

Black with #75524F

Text Example


Text Example

White with #75524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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