Html Css Color HEX #827078 Venus

📋 copy color: '#827078'

red 130 ◦ green 112 ◦ blue 120

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

Shades of Venus #827078

Tints of Venus #827078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 35.91%
G = 30.94%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827078 (or 0x827078) is known color: Venus. HEX triplet: 82, 70 and 78. RGB value is (130,112,120). Sum of RGB (Red+Green+Blue) = 130+112+120=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827078 is #7D8F87. Grayscale: #767676. Windows color (decimal): -8228744 or 7893122. OLE color: 7893122.

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

Color convert

RGB 130 112 120 -
CMYK 0 0.14 0.08 0.49
HSL 333.33º 0.07% 0.47% -
HSV(B) 333.33º 0.14% 0.51% -
XYZ 18.39 17.69 20.21 -
YUV 118.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 130 112 120 0 0.14 0.08 0.49 333.33 0.07 0.47
Hex 82 70 78 0 E 8 31 14D 7 2F
Octal 202 160 170 0 16 10 61 515 7 57
Binary 10000010 1110000 1111000 0 1110 1000 110001 101001101 111 101111

Color Harmonies of #827078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827078

Black with #827078

Text Example


Text Example

White with #827078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827078; }

 p { color: rgb(130,112,120); }

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

background-color css

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

 a { background-color: rgb(130,112,120); }

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

border-color css

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

 span { border-color: rgb(130,112,120); }

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