Html Css Color HEX #768583 Oslo Grey

📋 copy color: '#768583'

red 118 ◦ green 133 ◦ blue 131

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

Shades of Oslo Grey #768583

Tints of Oslo Grey #768583

RGB

 RED value IS 118 (46.48% from 255) = 30.89%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 30.89%
G = 34.82%
B = 34.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#768583 (or 0x768583) is known color: Oslo Grey. HEX triplet: 76, 85 and 83. RGB value is (118,133,131). Sum of RGB (Red+Green+Blue) = 118+133+131=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #768583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768583 is #897A7C. Grayscale: #808080. Windows color (decimal): -9009789 or 8619382. OLE color: 8619382.

HSL color Cylindrical-coordinate representation of color #768583: hue angle of 172º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768583 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 131 -
CMYK 0.11 0 0.02 0.48
HSL 172º 0.06% 0.49% -
HSV(B) 172º 0.11% 0.52% -
XYZ 19.96 22.27 24.72 -
YUV 128.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 118 133 131 0.11 0 0.02 0.48 172 0.06 0.49
Hex 76 85 83 B 0 2 30 AC 6 31
Octal 166 205 203 13 0 2 60 254 6 61
Binary 1110110 10000101 10000011 1011 0 10 110000 10101100 110 110001

Color Harmonies of #768583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768583

Black with #768583

Text Example


Text Example

White with #768583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768583; }

 p { color: rgb(118,133,131); }

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

background-color css

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

 a { background-color: rgb(118,133,131); }

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

border-color css

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

 span { border-color: rgb(118,133,131); }

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