Html Css Color HEX #74668B Kimberly

📋 copy color: '#74668B'

red 116 ◦ green 102 ◦ blue 139

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

Shades of Kimberly #74668B

Tints of Kimberly #74668B

RGB

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

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

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

R = 32.49%
G = 28.57%
B = 38.94%

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

#74668B (or 0x74668B) is known color: Kimberly. HEX triplet: 74, 66 and 8B. RGB value is (116,102,139). Sum of RGB (Red+Green+Blue) = 116+102+139=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #74668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668B is #8B9974. Grayscale: #6E6E6E. Windows color (decimal): -9148789 or 9135732. OLE color: 9135732.

HSL color Cylindrical-coordinate representation of color #74668B: hue angle of 262.7º degrees, saturation: 0.15, 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 #74668B is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 102 139 -
CMYK 0.17 0.27 0 0.45
HSL 262.7º 0.15% 0.47% -
HSV(B) 262.7º 0.27% 0.55% -
XYZ 16.61 15.08 26.46 -
YUV 110.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 116 102 139 0.17 0.27 0 0.45 262.7 0.15 0.47
Hex 74 66 8B 11 1B 0 2D 107 F 2F
Octal 164 146 213 21 33 0 55 407 17 57
Binary 1110100 1100110 10001011 10001 11011 0 101101 100000111 1111 101111

Color Harmonies of #74668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74668B

Black with #74668B

Text Example


Text Example

White with #74668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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