Html Css Color HEX #75779D Chetwode Blue

📋 copy color: '#75779D'

red 117 ◦ green 119 ◦ blue 157

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

Shades of Chetwode Blue #75779D

Tints of Chetwode Blue #75779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 29.77%
G = 30.28%
B = 39.95%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75779D (or 0x75779D) is known color: Chetwode Blue. HEX triplet: 75, 77 and 9D. RGB value is (117,119,157). Sum of RGB (Red+Green+Blue) = 117+119+157=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #75779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75779D is #8A8862. Grayscale: #7A7A7A. Windows color (decimal): -9078883 or 10319733. OLE color: 10319733.

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

Color convert

RGB 117 119 157 -
CMYK 0.25 0.24 0 0.38
HSL 237º 0.17% 0.54% -
HSV(B) 237º 0.25% 0.62% -
XYZ 20.02 19.41 34.59 -
YUV 122.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 117 119 157 0.25 0.24 0 0.38 237 0.17 0.54
Hex 75 77 9D 19 18 0 26 ED 11 36
Octal 165 167 235 31 30 0 46 355 21 66
Binary 1110101 1110111 10011101 11001 11000 0 100110 11101101 10001 110110

Color Harmonies of #75779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75779D

Black with #75779D

Text Example


Text Example

White with #75779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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