Html Css Color HEX #7077C0 Chetwode Blue

📋 copy color: '#7077C0'

red 112 ◦ green 119 ◦ blue 192

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

Shades of Chetwode Blue #7077C0

Tints of Chetwode Blue #7077C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 26.48%
G = 28.13%
B = 45.39%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7077C0 (or 0x7077C0) is known color: Chetwode Blue. HEX triplet: 70, 77 and C0. RGB value is (112,119,192). Sum of RGB (Red+Green+Blue) = 112+119+192=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #7077C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077C0 is #8F883F. Grayscale: #7C7C7C. Windows color (decimal): -9406528 or 12613488. OLE color: 12613488.

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

Color convert

RGB 112 119 192 -
CMYK 0.42 0.38 0 0.25
HSL 234.75º 0.39% 0.6% -
HSV(B) 234.75º 0.42% 0.75% -
XYZ 22.79 20.44 52.61 -
YUV 125.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 112 119 192 0.42 0.38 0 0.25 234.75 0.39 0.6
Hex 70 77 C0 2A 26 0 19 EB 27 3C
Octal 160 167 300 52 46 0 31 353 47 74
Binary 1110000 1110111 11000000 101010 100110 0 11001 11101011 100111 111100

Color Harmonies of #7077C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077C0

Black with #7077C0

Text Example


Text Example

White with #7077C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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