Html Css Color HEX #76678A Kimberly

📋 copy color: '#76678A'

red 118 ◦ green 103 ◦ blue 138

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

Shades of Kimberly #76678A

Tints of Kimberly #76678A

RGB

 RED value IS 118 (46.48% from 255) = 32.87%

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

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

R = 32.87%
G = 28.69%
B = 38.44%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76678A (or 0x76678A) is known color: Kimberly. HEX triplet: 76, 67 and 8A. RGB value is (118,103,138). Sum of RGB (Red+Green+Blue) = 118+103+138=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #76678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76678A is #899875. Grayscale: #6F6F6F. Windows color (decimal): -9017462 or 9070454. OLE color: 9070454.

HSL color Cylindrical-coordinate representation of color #76678A: hue angle of 265.71º 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 #76678A is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 103 138 -
CMYK 0.14 0.25 0 0.46
HSL 265.71º 0.15% 0.47% -
HSV(B) 265.71º 0.25% 0.54% -
XYZ 16.91 15.39 26.12 -
YUV 111.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 118 103 138 0.14 0.25 0 0.46 265.71 0.15 0.47
Hex 76 67 8A E 19 0 2E 10A F 2F
Octal 166 147 212 16 31 0 56 412 17 57
Binary 1110110 1100111 10001010 1110 11001 0 101110 100001010 1111 101111

Color Harmonies of #76678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76678A

Black with #76678A

Text Example


Text Example

White with #76678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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