Html Css Color HEX #7077CB Chetwode Blue

📋 copy color: '#7077CB'

red 112 ◦ green 119 ◦ blue 203

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

Shades of Chetwode Blue #7077CB

Tints of Chetwode Blue #7077CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 25.81%
G = 27.42%
B = 46.77%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7077CB (or 0x7077CB) is known color: Chetwode Blue. HEX triplet: 70, 77 and CB. RGB value is (112,119,203). Sum of RGB (Red+Green+Blue) = 112+119+203=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7077CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077CB is #8F8834. Grayscale: #7E7E7E. Windows color (decimal): -9406517 or 13334384. OLE color: 13334384.

HSL color Cylindrical-coordinate representation of color #7077CB: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7077CB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 119 203 -
CMYK 0.45 0.41 0 0.20
HSL 235.38º 0.47% 0.62% -
HSV(B) 235.38º 0.45% 0.8% -
XYZ 24.06 20.95 59.28 -
YUV 126.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 112 119 203 0.45 0.41 0 0.20 235.38 0.47 0.62
Hex 70 77 CB 2D 29 0 14 EB 2F 3E
Octal 160 167 313 55 51 0 24 353 57 76
Binary 1110000 1110111 11001011 101101 101001 0 10100 11101011 101111 111110

Color Harmonies of #7077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077CB

Black with #7077CB

Text Example


Text Example

White with #7077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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