Html Css Color HEX #74668E Kimberly

📋 copy color: '#74668E'

red 116 ◦ green 102 ◦ blue 142

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

Shades of Kimberly #74668E

Tints of Kimberly #74668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 32.22%
G = 28.33%
B = 39.44%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74668E (or 0x74668E) is known color: Kimberly. HEX triplet: 74, 66 and 8E. RGB value is (116,102,142). Sum of RGB (Red+Green+Blue) = 116+102+142=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #74668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668E is #8B9971. Grayscale: #6E6E6E. Windows color (decimal): -9148786 or 9332340. OLE color: 9332340.

HSL color Cylindrical-coordinate representation of color #74668E: hue angle of 261º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74668E is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 102 142 -
CMYK 0.18 0.28 0 0.44
HSL 261º 0.16% 0.48% -
HSV(B) 261º 0.28% 0.56% -
XYZ 16.84 15.17 27.63 -
YUV 110.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 116 102 142 0.18 0.28 0 0.44 261 0.16 0.48
Hex 74 66 8E 12 1C 0 2C 105 10 30
Octal 164 146 216 22 34 0 54 405 20 60
Binary 1110100 1100110 10001110 10010 11100 0 101100 100000101 10000 110000

Color Harmonies of #74668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74668E

Black with #74668E

Text Example


Text Example

White with #74668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74668E; }

 p { color: rgb(116,102,142); }

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

background-color css

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

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

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

border-color css

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

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

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