Html Css Color HEX #74658C Kimberly

📋 copy color: '#74658C'

red 116 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #74658C

Tints of Kimberly #74658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 32.49%
G = 28.29%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74658C (or 0x74658C) is known color: Kimberly. HEX triplet: 74, 65 and 8C. RGB value is (116,101,140). Sum of RGB (Red+Green+Blue) = 116+101+140=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #74658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74658C is #8B9A73. Grayscale: #6D6D6D. Windows color (decimal): -9149044 or 9201012. OLE color: 9201012.

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

Color convert

RGB 116 101 140 -
CMYK 0.17 0.28 0 0.45
HSL 263.08º 0.16% 0.47% -
HSV(B) 263.08º 0.28% 0.55% -
XYZ 16.59 14.91 26.82 -
YUV 109.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 116 101 140 0.17 0.28 0 0.45 263.08 0.16 0.47
Hex 74 65 8C 11 1C 0 2D 107 10 2F
Octal 164 145 214 21 34 0 55 407 20 57
Binary 1110100 1100101 10001100 10001 11100 0 101101 100000111 10000 101111

Color Harmonies of #74658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74658C

Black with #74658C

Text Example


Text Example

White with #74658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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