Html Css Color HEX #7077C1 Chetwode Blue

📋 copy color: '#7077C1'

red 112 ◦ green 119 ◦ blue 193

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

Shades of Chetwode Blue #7077C1

Tints of Chetwode Blue #7077C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.52%

R = 26.42%
G = 28.07%
B = 45.52%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7077C1 (or 0x7077C1) is known color: Chetwode Blue. HEX triplet: 70, 77 and C1. RGB value is (112,119,193). Sum of RGB (Red+Green+Blue) = 112+119+193=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #7077C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077C1 is #8F883E. Grayscale: #7D7D7D. Windows color (decimal): -9406527 or 12679024. OLE color: 12679024.

HSL color Cylindrical-coordinate representation of color #7077C1: hue angle of 234.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7077C1 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 119 193 -
CMYK 0.42 0.38 0 0.24
HSL 234.81º 0.4% 0.6% -
HSV(B) 234.81º 0.42% 0.76% -
XYZ 22.9 20.49 53.2 -
YUV 125.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 112 119 193 0.42 0.38 0 0.24 234.81 0.4 0.6
Hex 70 77 C1 2A 26 0 18 EB 28 3C
Octal 160 167 301 52 46 0 30 353 50 74
Binary 1110000 1110111 11000001 101010 100110 0 11000 11101011 101000 111100

Color Harmonies of #7077C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077C1

Black with #7077C1

Text Example


Text Example

White with #7077C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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