Html Css Color HEX #747088 Kimberly

📋 copy color: '#747088'

red 116 ◦ green 112 ◦ blue 136

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

Shades of Kimberly #747088

Tints of Kimberly #747088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 31.87%
G = 30.77%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747088 (or 0x747088) is known color: Kimberly. HEX triplet: 74, 70 and 88. RGB value is (116,112,136). Sum of RGB (Red+Green+Blue) = 116+112+136=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #747088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747088 is #8B8F77. Grayscale: #737373. Windows color (decimal): -9146232 or 8941684. OLE color: 8941684.

HSL color Cylindrical-coordinate representation of color #747088: hue angle of 250º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747088 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 112 136 -
CMYK 0.15 0.18 0 0.47
HSL 250º 0.1% 0.49% -
HSV(B) 250º 0.18% 0.53% -
XYZ 17.44 17.08 25.67 -
YUV 115.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 116 112 136 0.15 0.18 0 0.47 250 0.1 0.49
Hex 74 70 88 F 12 0 2F FA A 31
Octal 164 160 210 17 22 0 57 372 12 61
Binary 1110100 1110000 10001000 1111 10010 0 101111 11111010 1010 110001

Color Harmonies of #747088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747088

Black with #747088

Text Example


Text Example

White with #747088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747088; }

 p { color: rgb(116,112,136); }

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

background-color css

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

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

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

border-color css

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

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

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