Html Css Color HEX #74658B Kimberly

📋 copy color: '#74658B'

red 116 ◦ green 101 ◦ blue 139

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

Shades of Kimberly #74658B

Tints of Kimberly #74658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 32.58%
G = 28.37%
B = 39.04%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74658B (or 0x74658B) is known color: Kimberly. HEX triplet: 74, 65 and 8B. RGB value is (116,101,139). Sum of RGB (Red+Green+Blue) = 116+101+139=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #74658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74658B is #8B9A74. Grayscale: #6D6D6D. Windows color (decimal): -9149045 or 9135476. OLE color: 9135476.

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

Color convert

RGB 116 101 139 -
CMYK 0.17 0.27 0 0.45
HSL 263.68º 0.16% 0.47% -
HSV(B) 263.68º 0.27% 0.55% -
XYZ 16.52 14.88 26.43 -
YUV 109.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 116 101 139 0.17 0.27 0 0.45 263.68 0.16 0.47
Hex 74 65 8B 11 1B 0 2D 108 10 2F
Octal 164 145 213 21 33 0 55 410 20 57
Binary 1110100 1100101 10001011 10001 11011 0 101101 100001000 10000 101111

Color Harmonies of #74658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74658B

Black with #74658B

Text Example


Text Example

White with #74658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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