Html Css Color HEX #7076AF Chetwode Blue

📋 copy color: '#7076AF'

red 112 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #7076AF

Tints of Chetwode Blue #7076AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 27.65%
G = 29.14%
B = 43.21%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7076AF (or 0x7076AF) is known color: Chetwode Blue. HEX triplet: 70, 76 and AF. RGB value is (112,118,175). Sum of RGB (Red+Green+Blue) = 112+118+175=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7076AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AF is #8F8950. Grayscale: #7A7A7A. Windows color (decimal): -9406801 or 11499120. OLE color: 11499120.

HSL color Cylindrical-coordinate representation of color #7076AF: hue angle of 234.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7076AF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 118 175 -
CMYK 0.36 0.33 0 0.31
HSL 234.29º 0.28% 0.56% -
HSV(B) 234.29º 0.36% 0.69% -
XYZ 20.9 19.5 43.22 -
YUV 122.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 112 118 175 0.36 0.33 0 0.31 234.29 0.28 0.56
Hex 70 76 AF 24 21 0 1F EA 1C 38
Octal 160 166 257 44 41 0 37 352 34 70
Binary 1110000 1110110 10101111 100100 100001 0 11111 11101010 11100 111000

Color Harmonies of #7076AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076AF

Black with #7076AF

Text Example


Text Example

White with #7076AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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