Html Css Color HEX #7076BC Chetwode Blue

📋 copy color: '#7076BC'

red 112 ◦ green 118 ◦ blue 188

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

Shades of Chetwode Blue #7076BC

Tints of Chetwode Blue #7076BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 26.79%
G = 28.23%
B = 44.98%

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

#7076BC (or 0x7076BC) is known color: Chetwode Blue. HEX triplet: 70, 76 and BC. RGB value is (112,118,188). Sum of RGB (Red+Green+Blue) = 112+118+188=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7076BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076BC is #8F8943. Grayscale: #7B7B7B. Windows color (decimal): -9406788 or 12351088. OLE color: 12351088.

HSL color Cylindrical-coordinate representation of color #7076BC: hue angle of 235.26º 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 #7076BC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 118 188 -
CMYK 0.40 0.37 0 0.26
HSL 235.26º 0.36% 0.59% -
HSV(B) 235.26º 0.4% 0.74% -
XYZ 22.24 20.03 50.27 -
YUV 124.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 112 118 188 0.40 0.37 0 0.26 235.26 0.36 0.59
Hex 70 76 BC 28 25 0 1A EB 24 3B
Octal 160 166 274 50 45 0 32 353 44 73
Binary 1110000 1110110 10111100 101000 100101 0 11010 11101011 100100 111011

Color Harmonies of #7076BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076BC

Black with #7076BC

Text Example


Text Example

White with #7076BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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