Html Css Color HEX #7077BC Chetwode Blue

📋 copy color: '#7077BC'

red 112 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #7077BC

Tints of Chetwode Blue #7077BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 26.73%
G = 28.4%
B = 44.87%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7077BC (or 0x7077BC) is known color: Chetwode Blue. HEX triplet: 70, 77 and BC. RGB value is (112,119,188). Sum of RGB (Red+Green+Blue) = 112+119+188=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #7077BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077BC is #8F8843. Grayscale: #7C7C7C. Windows color (decimal): -9406532 or 12351344. OLE color: 12351344.

HSL color Cylindrical-coordinate representation of color #7077BC: hue angle of 234.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7077BC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 119 188 -
CMYK 0.40 0.37 0 0.26
HSL 234.47º 0.36% 0.59% -
HSV(B) 234.47º 0.4% 0.74% -
XYZ 22.36 20.27 50.31 -
YUV 124.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 112 119 188 0.40 0.37 0 0.26 234.47 0.36 0.59
Hex 70 77 BC 28 25 0 1A EA 24 3B
Octal 160 167 274 50 45 0 32 352 44 73
Binary 1110000 1110111 10111100 101000 100101 0 11010 11101010 100100 111011

Color Harmonies of #7077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077BC

Black with #7077BC

Text Example


Text Example

White with #7077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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