Html Css Color HEX #076A8E Allports

📋 copy color: '#076A8E'

red 7 ◦ green 106 ◦ blue 142

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

Shades of Allports #076A8E

Tints of Allports #076A8E

RGB

 RED value IS 7 (3.13% from 255) = 2.75%

 GREEN value IS 106 (41.8% from 255) = 41.57%

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 2.75%
G = 41.57%
B = 55.69%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#076A8E (or 0x076A8E) is known color: Allports. HEX triplet: 07, 6A and 8E. RGB value is (7,106,142). Sum of RGB (Red+Green+Blue) = 7+106+142=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #076A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076A8E is #F89571. Grayscale: #505050. Windows color (decimal): -16291186 or 9333255. OLE color: 9333255.

HSL color Cylindrical-coordinate representation of color #076A8E: hue angle of 196º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076A8E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 106 142 -
CMYK 0.95 0.25 0 0.44
HSL 196º 0.91% 0.29% -
HSV(B) 196º 0.95% 0.56% -
XYZ 10.12 12.31 27.43 -
YUV 80.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 7 106 142 0.95 0.25 0 0.44 196 0.91 0.29
Hex 7 6A 8E 5F 19 0 2C C4 5B 1D
Octal 7 152 216 137 31 0 54 304 133 35
Binary 111 1101010 10001110 1011111 11001 0 101100 11000100 1011011 11101

Color Harmonies of #076A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A8E

Black with #076A8E

Text Example


Text Example

White with #076A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076A8E; }

 p { color: rgb(7,106,142); }

 H1.HeaderClassName
 {
   color: #076A8E;
 }
 .AnyTagClassName
 {
   color: #076A8E;
 }
</style>

background-color css

<style>
 a { background-color: #076A8E; }

 a { background-color: rgb(7,106,142); }

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

border-color css

<style>
 span { border-color: #076A8E; }

 span { border-color: rgb(7,106,142); }

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