Html Css Color HEX #70677E Kimberly

📋 copy color: '#70677E'

red 112 ◦ green 103 ◦ blue 126

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

Shades of Kimberly #70677E

Tints of Kimberly #70677E

RGB

 RED value IS 112 (44.14% from 255) = 32.84%

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 32.84%
G = 30.21%
B = 36.95%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70677E (or 0x70677E) is known color: Kimberly. HEX triplet: 70, 67 and 7E. RGB value is (112,103,126). Sum of RGB (Red+Green+Blue) = 112+103+126=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #70677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677E is #8F9881. Grayscale: #6C6C6C. Windows color (decimal): -9410690 or 8284016. OLE color: 8284016.

HSL color Cylindrical-coordinate representation of color #70677E: hue angle of 263.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70677E is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 103 126 -
CMYK 0.11 0.18 0 0.51
HSL 263.48º 0.1% 0.45% -
HSV(B) 263.48º 0.18% 0.49% -
XYZ 15.3 14.65 21.76 -
YUV 108.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 112 103 126 0.11 0.18 0 0.51 263.48 0.1 0.45
Hex 70 67 7E B 12 0 33 107 A 2D
Octal 160 147 176 13 22 0 63 407 12 55
Binary 1110000 1100111 1111110 1011 10010 0 110011 100000111 1010 101101

Color Harmonies of #70677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70677E

Black with #70677E

Text Example


Text Example

White with #70677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70677E; }

 p { color: rgb(112,103,126); }

 H1.HeaderClassName
 {
   color: #70677E;
 }
 .AnyTagClassName
 {
   color: #70677E;
 }
</style>

background-color css

<style>
 a { background-color: #70677E; }

 a { background-color: rgb(112,103,126); }

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

border-color css

<style>
 span { border-color: #70677E; }

 span { border-color: rgb(112,103,126); }

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