Html Css Color HEX #74678E Kimberly

📋 copy color: '#74678E'

red 116 ◦ green 103 ◦ blue 142

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

Shades of Kimberly #74678E

Tints of Kimberly #74678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 32.13%
G = 28.53%
B = 39.34%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74678E (or 0x74678E) is known color: Kimberly. HEX triplet: 74, 67 and 8E. RGB value is (116,103,142). Sum of RGB (Red+Green+Blue) = 116+103+142=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #74678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74678E is #8B9871. Grayscale: #6F6F6F. Windows color (decimal): -9148530 or 9332596. OLE color: 9332596.

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

Color convert

RGB 116 103 142 -
CMYK 0.18 0.27 0 0.44
HSL 260º 0.16% 0.48% -
HSV(B) 260º 0.27% 0.56% -
XYZ 16.94 15.37 27.66 -
YUV 111.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 116 103 142 0.18 0.27 0 0.44 260 0.16 0.48
Hex 74 67 8E 12 1B 0 2C 104 10 30
Octal 164 147 216 22 33 0 54 404 20 60
Binary 1110100 1100111 10001110 10010 11011 0 101100 100000100 10000 110000

Color Harmonies of #74678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74678E

Black with #74678E

Text Example


Text Example

White with #74678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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