Html Css Color HEX #076B85 Allports

📋 copy color: '#076B85'

red 7 ◦ green 107 ◦ blue 133

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

Shades of Allports #076B85

Tints of Allports #076B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.32%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 2.83%
G = 43.32%
B = 53.85%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076B85 (or 0x076B85) is known color: Allports. HEX triplet: 07, 6B and 85. RGB value is (7,107,133). Sum of RGB (Red+Green+Blue) = 7+107+133=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #076B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B85 is #F8947A. Grayscale: #4F4F4F. Windows color (decimal): -16290939 or 8743687. OLE color: 8743687.

HSL color Cylindrical-coordinate representation of color #076B85: hue angle of 192.38º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B85 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 107 133 -
CMYK 0.95 0.20 0 0.48
HSL 192.38º 0.9% 0.27% -
HSV(B) 192.38º 0.95% 0.52% -
XYZ 9.58 12.25 24.05 -
YUV 80.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 7 107 133 0.95 0.20 0 0.48 192.38 0.9 0.27
Hex 7 6B 85 5F 14 0 30 C0 5A 1B
Octal 7 153 205 137 24 0 60 300 132 33
Binary 111 1101011 10000101 1011111 10100 0 110000 11000000 1011010 11011

Color Harmonies of #076B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B85

Black with #076B85

Text Example


Text Example

White with #076B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,133); }

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

background-color css

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

 a { background-color: rgb(7,107,133); }

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

border-color css

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

 span { border-color: rgb(7,107,133); }

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