Html Css Color HEX #827A7F Monsoon

📋 copy color: '#827A7F'

red 130 ◦ green 122 ◦ blue 127

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

Shades of Monsoon #827A7F

Tints of Monsoon #827A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 34.3%
G = 32.19%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#827A7F (or 0x827A7F) is known color: Monsoon. HEX triplet: 82, 7A and 7F. RGB value is (130,122,127). Sum of RGB (Red+Green+Blue) = 130+122+127=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 130 - color contains mainly: red. Hex color #827A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A7F is #7D8580. Grayscale: #7C7C7C. Windows color (decimal): -8226177 or 8354434. OLE color: 8354434.

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

Color convert

RGB 130 122 127 -
CMYK 0 0.06 0.02 0.49
HSL 322.5º 0.03% 0.49% -
HSV(B) 322.5º 0.06% 0.51% -
XYZ 20 20.2 22.92 -
YUV 124.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 130 122 127 0 0.06 0.02 0.49 322.5 0.03 0.49
Hex 82 7A 7F 0 6 2 31 142 3 31
Octal 202 172 177 0 6 2 61 502 3 61
Binary 10000010 1111010 1111111 0 110 10 110001 101000010 11 110001

Color Harmonies of #827A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A7F

Black with #827A7F

Text Example


Text Example

White with #827A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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