Html Css Color HEX #675D77 Kimberly

📋 copy color: '#675D77'

red 103 ◦ green 93 ◦ blue 119

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

Shades of Kimberly #675D77

Tints of Kimberly #675D77

RGB

 RED value IS 103 (40.63% from 255) = 32.7%

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 32.7%
G = 29.52%
B = 37.78%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#675D77 (or 0x675D77) is known color: Kimberly. HEX triplet: 67, 5D and 77. RGB value is (103,93,119). Sum of RGB (Red+Green+Blue) = 103+93+119=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #675D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D77 is #98A288. Grayscale: #626262. Windows color (decimal): -10003081 or 7822695. OLE color: 7822695.

HSL color Cylindrical-coordinate representation of color #675D77: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675D77 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 93 119 -
CMYK 0.13 0.22 0 0.53
HSL 263.08º 0.12% 0.42% -
HSV(B) 263.08º 0.22% 0.47% -
XYZ 12.84 12.04 19.1 -
YUV 98.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 103 93 119 0.13 0.22 0 0.53 263.08 0.12 0.42
Hex 67 5D 77 D 16 0 35 107 C 2A
Octal 147 135 167 15 26 0 65 407 14 52
Binary 1100111 1011101 1110111 1101 10110 0 110101 100000111 1100 101010

Color Harmonies of #675D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D77

Black with #675D77

Text Example


Text Example

White with #675D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675D77; }

 p { color: rgb(103,93,119); }

 H1.HeaderClassName
 {
   color: #675D77;
 }
 .AnyTagClassName
 {
   color: #675D77;
 }
</style>

background-color css

<style>
 a { background-color: #675D77; }

 a { background-color: rgb(103,93,119); }

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

border-color css

<style>
 span { border-color: #675D77; }

 span { border-color: rgb(103,93,119); }

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