Html Css Color HEX #827A7D Venus

📋 copy color: '#827A7D'

red 130 ◦ green 122 ◦ blue 125

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

Shades of Venus #827A7D

Tints of Venus #827A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 34.48%
G = 32.36%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#827A7D (or 0x827A7D) is known color: Venus. HEX triplet: 82, 7A and 7D. RGB value is (130,122,125). Sum of RGB (Red+Green+Blue) = 130+122+125=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #827A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A7D is #7D8582. Grayscale: #7C7C7C. Windows color (decimal): -8226179 or 8223362. OLE color: 8223362.

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

Color convert

RGB 130 122 125 -
CMYK 0 0.06 0.04 0.49
HSL 337.5º 0.03% 0.49% -
HSV(B) 337.5º 0.06% 0.51% -
XYZ 19.87 20.15 22.24 -
YUV 124.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 130 122 125 0 0.06 0.04 0.49 337.5 0.03 0.49
Hex 82 7A 7D 0 6 4 31 152 3 31
Octal 202 172 175 0 6 4 61 522 3 61
Binary 10000010 1111010 1111101 0 110 100 110001 101010010 11 110001

Color Harmonies of #827A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A7D

Black with #827A7D

Text Example


Text Example

White with #827A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A7D; }

 p { color: rgb(130,122,125); }

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

background-color css

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

 a { background-color: rgb(130,122,125); }

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

border-color css

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

 span { border-color: rgb(130,122,125); }

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