Html Css Color HEX #74668D Kimberly

📋 copy color: '#74668D'

red 116 ◦ green 102 ◦ blue 141

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

Shades of Kimberly #74668D

Tints of Kimberly #74668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 32.31%
G = 28.41%
B = 39.28%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74668D (or 0x74668D) is known color: Kimberly. HEX triplet: 74, 66 and 8D. RGB value is (116,102,141). Sum of RGB (Red+Green+Blue) = 116+102+141=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #74668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668D is #8B9972. Grayscale: #6E6E6E. Windows color (decimal): -9148787 or 9266804. OLE color: 9266804.

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

Color convert

RGB 116 102 141 -
CMYK 0.18 0.28 0 0.45
HSL 261.54º 0.16% 0.48% -
HSV(B) 261.54º 0.28% 0.55% -
XYZ 16.76 15.14 27.24 -
YUV 110.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 116 102 141 0.18 0.28 0 0.45 261.54 0.16 0.48
Hex 74 66 8D 12 1C 0 2D 106 10 30
Octal 164 146 215 22 34 0 55 406 20 60
Binary 1110100 1100110 10001101 10010 11100 0 101101 100000110 10000 110000

Color Harmonies of #74668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74668D

Black with #74668D

Text Example


Text Example

White with #74668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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