#74708A

Color #74708A Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #74708A

Tints of Kimberly #74708A

Color information

#74708A (or 0x74708A) is unknown color: approx Kimberly. HEX triplet: 74, 70 and 8A. RGB value is (116,112,138). Sum of RGB (Red+Green+Blue) = 116+112+138=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #74708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74708A is #8B8F75. Grayscale: #747474. Windows color (decimal): -9146230 or 9072756. OLE color: 9072756.

HSL color Cylindrical-coordinate representation of color #74708A: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74708A is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB116112138-
CMYK0.160.1900.46
HSL249.23º10.4%49.02%-
HSV(B)249.23º18.84%54.12%-
XYZ17.5817.1426.43-
YUV116.16140.33127.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=31.69%
G=30.60%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161121380.160.1900.46249.2310.449.02
Hex74708A101302Ef9a31
Octal16416021220230563711261
Binary111010011100001000101010000100110101110111110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74708A; }

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

 H1.HeaderClassName
 {
   color: #74708A;
 }
 .AnyTagClassName
 {
   color: #74708A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #74708A;
 }
 .BgClassName
 {
   background-color: #74708A;
 }
</style>
border-color css

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

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

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