Html Css Color HEX #75779E Chetwode Blue

📋 copy color: '#75779E'

red 117 ◦ green 119 ◦ blue 158

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

Shades of Chetwode Blue #75779E

Tints of Chetwode Blue #75779E

RGB

 RED value IS 117 (46.09% from 255) = 29.7%

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 29.7%
G = 30.2%
B = 40.1%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75779E (or 0x75779E) is known color: Chetwode Blue. HEX triplet: 75, 77 and 9E. RGB value is (117,119,158). Sum of RGB (Red+Green+Blue) = 117+119+158=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #75779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75779E is #8A8861. Grayscale: #7A7A7A. Windows color (decimal): -9078882 or 10385269. OLE color: 10385269.

HSL color Cylindrical-coordinate representation of color #75779E: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75779E is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 119 158 -
CMYK 0.26 0.25 0 0.38
HSL 237.07º 0.17% 0.54% -
HSV(B) 237.07º 0.26% 0.62% -
XYZ 20.1 19.44 35.04 -
YUV 122.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 117 119 158 0.26 0.25 0 0.38 237.07 0.17 0.54
Hex 75 77 9E 1A 19 0 26 ED 11 36
Octal 165 167 236 32 31 0 46 355 21 66
Binary 1110101 1110111 10011110 11010 11001 0 100110 11101101 10001 110110

Color Harmonies of #75779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75779E

Black with #75779E

Text Example


Text Example

White with #75779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,119,158); }

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

background-color css

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

 a { background-color: rgb(117,119,158); }

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

border-color css

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

 span { border-color: rgb(117,119,158); }

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