Html Css Color HEX #74678A Kimberly

📋 copy color: '#74678A'

red 116 ◦ green 103 ◦ blue 138

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

Shades of Kimberly #74678A

Tints of Kimberly #74678A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 32.49%
G = 28.85%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74678A (or 0x74678A) is known color: Kimberly. HEX triplet: 74, 67 and 8A. RGB value is (116,103,138). Sum of RGB (Red+Green+Blue) = 116+103+138=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #74678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74678A is #8B9875. Grayscale: #6E6E6E. Windows color (decimal): -9148534 or 9070452. OLE color: 9070452.

HSL color Cylindrical-coordinate representation of color #74678A: hue angle of 262.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74678A is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 103 138 -
CMYK 0.16 0.25 0 0.46
HSL 262.29º 0.15% 0.47% -
HSV(B) 262.29º 0.25% 0.54% -
XYZ 16.64 15.25 26.11 -
YUV 110.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 116 103 138 0.16 0.25 0 0.46 262.29 0.15 0.47
Hex 74 67 8A 10 19 0 2E 106 F 2F
Octal 164 147 212 20 31 0 56 406 17 57
Binary 1110100 1100111 10001010 10000 11001 0 101110 100000110 1111 101111

Color Harmonies of #74678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74678A

Black with #74678A

Text Example


Text Example

White with #74678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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