Html Css Color HEX #7077BE Chetwode Blue

📋 copy color: '#7077BE'

red 112 ◦ green 119 ◦ blue 190

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

Shades of Chetwode Blue #7077BE

Tints of Chetwode Blue #7077BE

RGB

 RED value IS 112 (44.14% from 255) = 26.6%

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 26.6%
G = 28.27%
B = 45.13%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7077BE (or 0x7077BE) is known color: Chetwode Blue. HEX triplet: 70, 77 and BE. RGB value is (112,119,190). Sum of RGB (Red+Green+Blue) = 112+119+190=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7077BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077BE is #8F8841. Grayscale: #7C7C7C. Windows color (decimal): -9406530 or 12482416. OLE color: 12482416.

HSL color Cylindrical-coordinate representation of color #7077BE: hue angle of 234.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7077BE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 119 190 -
CMYK 0.41 0.37 0 0.25
HSL 234.62º 0.38% 0.59% -
HSV(B) 234.62º 0.41% 0.75% -
XYZ 22.57 20.36 51.45 -
YUV 125 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 112 119 190 0.41 0.37 0 0.25 234.62 0.38 0.59
Hex 70 77 BE 29 25 0 19 EB 26 3B
Octal 160 167 276 51 45 0 31 353 46 73
Binary 1110000 1110111 10111110 101001 100101 0 11001 11101011 100110 111011

Color Harmonies of #7077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077BE

Black with #7077BE

Text Example


Text Example

White with #7077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7077BE; }

 p { color: rgb(112,119,190); }

 H1.HeaderClassName
 {
   color: #7077BE;
 }
 .AnyTagClassName
 {
   color: #7077BE;
 }
</style>

background-color css

<style>
 a { background-color: #7077BE; }

 a { background-color: rgb(112,119,190); }

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

border-color css

<style>
 span { border-color: #7077BE; }

 span { border-color: rgb(112,119,190); }

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