Html Css Color HEX #79504A Buccaneer

📋 copy color: '#79504A'

red 121 ◦ green 80 ◦ blue 74

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

Shades of Buccaneer #79504A

Tints of Buccaneer #79504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 44%
G = 29.09%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79504A (or 0x79504A) is known color: Buccaneer. HEX triplet: 79, 50 and 4A. RGB value is (121,80,74). Sum of RGB (Red+Green+Blue) = 121+80+74=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #79504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79504A is #86AFB5. Grayscale: #5B5B5B. Windows color (decimal): -8826806 or 4870265. OLE color: 4870265.

HSL color Cylindrical-coordinate representation of color #79504A: hue angle of 7.66º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79504A is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 74 -
CMYK 0 0.34 0.39 0.53
HSL 7.66º 0.24% 0.38% -
HSV(B) 7.66º 0.39% 0.47% -
XYZ 11.99 10.3 7.83 -
YUV 91.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 121 80 74 0 0.34 0.39 0.53 7.66 0.24 0.38
Hex 79 50 4A 0 22 27 35 8 18 26
Octal 171 120 112 0 42 47 65 10 30 46
Binary 1111001 1010000 1001010 0 100010 100111 110101 1000 11000 100110

Color Harmonies of #79504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79504A

Black with #79504A

Text Example


Text Example

White with #79504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79504A; }

 p { color: rgb(121,80,74); }

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

background-color css

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

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

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

border-color css

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

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

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