Html Css Color HEX #7077BB Chetwode Blue

📋 copy color: '#7077BB'

red 112 ◦ green 119 ◦ blue 187

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

Shades of Chetwode Blue #7077BB

Tints of Chetwode Blue #7077BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 26.79%
G = 28.47%
B = 44.74%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7077BB (or 0x7077BB) is known color: Chetwode Blue. HEX triplet: 70, 77 and BB. RGB value is (112,119,187). Sum of RGB (Red+Green+Blue) = 112+119+187=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #7077BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077BB is #8F8844. Grayscale: #7C7C7C. Windows color (decimal): -9406533 or 12285808. OLE color: 12285808.

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

Color convert

RGB 112 119 187 -
CMYK 0.40 0.36 0 0.27
HSL 234.4º 0.36% 0.59% -
HSV(B) 234.4º 0.4% 0.73% -
XYZ 22.25 20.23 49.75 -
YUV 124.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 112 119 187 0.40 0.36 0 0.27 234.4 0.36 0.59
Hex 70 77 BB 28 24 0 1B EA 24 3B
Octal 160 167 273 50 44 0 33 352 44 73
Binary 1110000 1110111 10111011 101000 100100 0 11011 11101010 100100 111011

Color Harmonies of #7077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077BB

Black with #7077BB

Text Example


Text Example

White with #7077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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