Html Css Color HEX #79524C Buccaneer

📋 copy color: '#79524C'

red 121 ◦ green 82 ◦ blue 76

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

Shades of Buccaneer #79524C

Tints of Buccaneer #79524C

RGB

 RED value IS 121 (47.66% from 255) = 43.37%

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 43.37%
G = 29.39%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#79524C (or 0x79524C) is known color: Buccaneer. HEX triplet: 79, 52 and 4C. RGB value is (121,82,76). Sum of RGB (Red+Green+Blue) = 121+82+76=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79524C is #86ADB3. Grayscale: #5D5D5D. Windows color (decimal): -8826292 or 5001849. OLE color: 5001849.

HSL color Cylindrical-coordinate representation of color #79524C: hue angle of 8º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79524C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 76 -
CMYK 0 0.32 0.37 0.53
HSL 0.23% 0.39% -
HSV(B) 0.37% 0.47% -
XYZ 12.21 10.62 8.24 -
YUV 92.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 121 82 76 0 0.32 0.37 0.53 8 0.23 0.39
Hex 79 52 4C 0 20 25 35 8 17 27
Octal 171 122 114 0 40 45 65 10 27 47
Binary 1111001 1010010 1001100 0 100000 100101 110101 1000 10111 100111

Color Harmonies of #79524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79524C

Black with #79524C

Text Example


Text Example

White with #79524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79524C; }

 p { color: rgb(121,82,76); }

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

background-color css

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

 a { background-color: rgb(121,82,76); }

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

border-color css

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

 span { border-color: rgb(121,82,76); }

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