Html Css Color HEX #827A7E Venus

📋 copy color: '#827A7E'

red 130 ◦ green 122 ◦ blue 126

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

Shades of Venus #827A7E

Tints of Venus #827A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 34.39%
G = 32.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#827A7E (or 0x827A7E) is known color: Venus. HEX triplet: 82, 7A and 7E. RGB value is (130,122,126). Sum of RGB (Red+Green+Blue) = 130+122+126=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A7E is #7D8581. Grayscale: #7C7C7C. Windows color (decimal): -8226178 or 8288898. OLE color: 8288898.

HSL color Cylindrical-coordinate representation of color #827A7E: hue angle of 330º 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 #827A7E is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 126 -
CMYK 0 0.06 0.03 0.49
HSL 330º 0.03% 0.49% -
HSV(B) 330º 0.06% 0.51% -
XYZ 19.93 20.17 22.58 -
YUV 124.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 130 122 126 0 0.06 0.03 0.49 330 0.03 0.49
Hex 82 7A 7E 0 6 3 31 14A 3 31
Octal 202 172 176 0 6 3 61 512 3 61
Binary 10000010 1111010 1111110 0 110 11 110001 101001010 11 110001

Color Harmonies of #827A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A7E

Black with #827A7E

Text Example


Text Example

White with #827A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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