Html Css Color HEX #075051 Sherpa Blue

📋 copy color: '#075051'

red 7 ◦ green 80 ◦ blue 81

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

Shades of Sherpa Blue #075051

Tints of Sherpa Blue #075051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 4.17%
G = 47.62%
B = 48.21%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#075051 (or 0x075051) is known color: Sherpa Blue. HEX triplet: 07, 50 and 51. RGB value is (7,80,81). Sum of RGB (Red+Green+Blue) = 7+80+81=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #075051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075051 is #F8AFAE. Grayscale: #3A3A3A. Windows color (decimal): -16297903 or 5328903. OLE color: 5328903.

HSL color Cylindrical-coordinate representation of color #075051: hue angle of 180.81º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075051 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 80 81 -
CMYK 0.91 0.01 0 0.68
HSL 180.81º 0.84% 0.17% -
HSV(B) 180.81º 0.91% 0.32% -
XYZ 4.44 6.38 8.78 -
YUV 58.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 7 80 81 0.91 0.01 0 0.68 180.81 0.84 0.17
Hex 7 50 51 5B 1 0 44 B5 54 11
Octal 7 120 121 133 1 0 104 265 124 21
Binary 111 1010000 1010001 1011011 1 0 1000100 10110101 1010100 10001

Color Harmonies of #075051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075051

Black with #075051

Text Example


Text Example

White with #075051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075051; }

 p { color: rgb(7,80,81); }

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

background-color css

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

 a { background-color: rgb(7,80,81); }

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

border-color css

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

 span { border-color: rgb(7,80,81); }

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