Html Css Color HEX #748484 Oslo Grey

📋 copy color: '#748484'

red 116 ◦ green 132 ◦ blue 132

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

Shades of Oslo Grey #748484

Tints of Oslo Grey #748484

RGB

 RED value IS 116 (45.7% from 255) = 30.53%

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 30.53%
G = 34.74%
B = 34.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#748484 (or 0x748484) is known color: Oslo Grey. HEX triplet: 74, 84 and 84. RGB value is (116,132,132). Sum of RGB (Red+Green+Blue) = 116+132+132=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #748484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748484 is #8B7B7B. Grayscale: #7F7F7F. Windows color (decimal): -9141116 or 8684660. OLE color: 8684660.

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

Color convert

RGB 116 132 132 -
CMYK 0.12 0 0 0.48
HSL 180º 0.06% 0.49% -
HSV(B) 180º 0.12% 0.52% -
XYZ 19.62 21.88 25.02 -
YUV 127.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 116 132 132 0.12 0 0 0.48 180 0.06 0.49
Hex 74 84 84 C 0 0 30 B4 6 31
Octal 164 204 204 14 0 0 60 264 6 61
Binary 1110100 10000100 10000100 1100 0 0 110000 10110100 110 110001

Color Harmonies of #748484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748484

Black with #748484

Text Example


Text Example

White with #748484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748484; }

 p { color: rgb(116,132,132); }

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

background-color css

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

 a { background-color: rgb(116,132,132); }

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

border-color css

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

 span { border-color: rgb(116,132,132); }

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