Html Css Color HEX #827479 Venus

📋 copy color: '#827479'

red 130 ◦ green 116 ◦ blue 121

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

Shades of Venus #827479

Tints of Venus #827479

RGB

 RED value IS 130 (51.17% from 255) = 35.42%

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 35.42%
G = 31.61%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#827479 (or 0x827479) is known color: Venus. HEX triplet: 82, 74 and 79. RGB value is (130,116,121). Sum of RGB (Red+Green+Blue) = 130+116+121=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827479 is #7D8B86. Grayscale: #787878. Windows color (decimal): -8227719 or 7959682. OLE color: 7959682.

HSL color Cylindrical-coordinate representation of color #827479: hue angle of 338.57º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827479 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 121 -
CMYK 0 0.11 0.07 0.49
HSL 338.57º 0.06% 0.48% -
HSV(B) 338.57º 0.11% 0.51% -
XYZ 18.9 18.62 20.69 -
YUV 120.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 130 116 121 0 0.11 0.07 0.49 338.57 0.06 0.48
Hex 82 74 79 0 B 7 31 153 6 30
Octal 202 164 171 0 13 7 61 523 6 60
Binary 10000010 1110100 1111001 0 1011 111 110001 101010011 110 110000

Color Harmonies of #827479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827479

Black with #827479

Text Example


Text Example

White with #827479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827479; }

 p { color: rgb(130,116,121); }

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

background-color css

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

 a { background-color: rgb(130,116,121); }

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

border-color css

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

 span { border-color: rgb(130,116,121); }

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