Html Css Color HEX #76789F Chetwode Blue

📋 copy color: '#76789F'

red 118 ◦ green 120 ◦ blue 159

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

Shades of Chetwode Blue #76789F

Tints of Chetwode Blue #76789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 29.72%
G = 30.23%
B = 40.05%

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

#76789F (or 0x76789F) is known color: Chetwode Blue. HEX triplet: 76, 78 and 9F. RGB value is (118,120,159). Sum of RGB (Red+Green+Blue) = 118+120+159=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #76789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76789F is #898760. Grayscale: #7B7B7B. Windows color (decimal): -9013089 or 10451062. OLE color: 10451062.

HSL color Cylindrical-coordinate representation of color #76789F: hue angle of 237.07º degrees, saturation: 0.18, 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 #76789F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 120 159 -
CMYK 0.26 0.25 0 0.38
HSL 237.07º 0.18% 0.54% -
HSV(B) 237.07º 0.26% 0.62% -
XYZ 20.45 19.79 35.54 -
YUV 123.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 118 120 159 0.26 0.25 0 0.38 237.07 0.18 0.54
Hex 76 78 9F 1A 19 0 26 ED 12 36
Octal 166 170 237 32 31 0 46 355 22 66
Binary 1110110 1111000 10011111 11010 11001 0 100110 11101101 10010 110110

Color Harmonies of #76789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76789F

Black with #76789F

Text Example


Text Example

White with #76789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76789F; }

 p { color: rgb(118,120,159); }

 H1.HeaderClassName
 {
   color: #76789F;
 }
 .AnyTagClassName
 {
   color: #76789F;
 }
</style>

background-color css

<style>
 a { background-color: #76789F; }

 a { background-color: rgb(118,120,159); }

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

border-color css

<style>
 span { border-color: #76789F; }

 span { border-color: rgb(118,120,159); }

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