Html Css Color HEX #075152 Sherpa Blue

📋 copy color: '#075152'

red 7 ◦ green 81 ◦ blue 82

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

Shades of Sherpa Blue #075152

Tints of Sherpa Blue #075152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 4.12%
G = 47.65%
B = 48.24%

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

#075152 (or 0x075152) is known color: Sherpa Blue. HEX triplet: 07, 51 and 52. RGB value is (7,81,82). Sum of RGB (Red+Green+Blue) = 7+81+82=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #075152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075152 is #F8AEAD. Grayscale: #3A3A3A. Windows color (decimal): -16297646 or 5394695. OLE color: 5394695.

HSL color Cylindrical-coordinate representation of color #075152: hue angle of 180.8º 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 #075152 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 81 82 -
CMYK 0.91 0.01 0 0.68
HSL 180.8º 0.84% 0.17% -
HSV(B) 180.8º 0.91% 0.32% -
XYZ 4.55 6.54 9 -
YUV 58.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 7 81 82 0.91 0.01 0 0.68 180.8 0.84 0.17
Hex 7 51 52 5B 1 0 44 B5 54 11
Octal 7 121 122 133 1 0 104 265 124 21
Binary 111 1010001 1010010 1011011 1 0 1000100 10110101 1010100 10001

Color Harmonies of #075152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075152

Black with #075152

Text Example


Text Example

White with #075152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075152; }

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

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

background-color css

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

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

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

border-color css

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

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

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