Html Css Color HEX #7A817F Oslo Grey

📋 copy color: '#7A817F'

red 122 ◦ green 129 ◦ blue 127

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

Shades of Oslo Grey #7A817F

Tints of Oslo Grey #7A817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

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

R = 32.28%
G = 34.13%
B = 33.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#7A817F (or 0x7A817F) is known color: Oslo Grey. HEX triplet: 7A, 81 and 7F. RGB value is (122,129,127). Sum of RGB (Red+Green+Blue) = 122+129+127=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 129 - color contains mainly: green. Hex color #7A817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A817F is #857E80. Grayscale: #7E7E7E. Windows color (decimal): -8748673 or 8356218. OLE color: 8356218.

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

Color convert

RGB 122 129 127 -
CMYK 0.05 0 0.02 0.49
HSL 162.86º 0.03% 0.49% -
HSV(B) 162.86º 0.05% 0.51% -
XYZ 19.71 21.37 23.16 -
YUV 126.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 122 129 127 0.05 0 0.02 0.49 162.86 0.03 0.49
Hex 7A 81 7F 5 0 2 31 A3 3 31
Octal 172 201 177 5 0 2 61 243 3 61
Binary 1111010 10000001 1111111 101 0 10 110001 10100011 11 110001

Color Harmonies of #7A817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A817F

Black with #7A817F

Text Example


Text Example

White with #7A817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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