Html Css Color HEX #74698C Kimberly

📋 copy color: '#74698C'

red 116 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #74698C

Tints of Kimberly #74698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 32.13%
G = 29.09%
B = 38.78%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74698C (or 0x74698C) is known color: Kimberly. HEX triplet: 74, 69 and 8C. RGB value is (116,105,140). Sum of RGB (Red+Green+Blue) = 116+105+140=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #74698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74698C is #8B9673. Grayscale: #707070. Windows color (decimal): -9148020 or 9202036. OLE color: 9202036.

HSL color Cylindrical-coordinate representation of color #74698C: hue angle of 258.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74698C is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 105 140 -
CMYK 0.17 0.25 0 0.45
HSL 258.86º 0.14% 0.48% -
HSV(B) 258.86º 0.25% 0.55% -
XYZ 16.99 15.71 26.95 -
YUV 112.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 116 105 140 0.17 0.25 0 0.45 258.86 0.14 0.48
Hex 74 69 8C 11 19 0 2D 103 E 30
Octal 164 151 214 21 31 0 55 403 16 60
Binary 1110100 1101001 10001100 10001 11001 0 101101 100000011 1110 110000

Color Harmonies of #74698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74698C

Black with #74698C

Text Example


Text Example

White with #74698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74698C; }

 p { color: rgb(116,105,140); }

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

background-color css

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

 a { background-color: rgb(116,105,140); }

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

border-color css

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

 span { border-color: rgb(116,105,140); }

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