Html Css Color HEX #075052 Sherpa Blue

📋 copy color: '#075052'

red 7 ◦ green 80 ◦ blue 82

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

Shades of Sherpa Blue #075052

Tints of Sherpa Blue #075052

RGB

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

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

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

R = 4.14%
G = 47.34%
B = 48.52%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#075052 (or 0x075052) is known color: Sherpa Blue. HEX triplet: 07, 50 and 52. RGB value is (7,80,82). Sum of RGB (Red+Green+Blue) = 7+80+82=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #075052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075052 is #F8AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16297902 or 5394439. OLE color: 5394439.

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

Color convert

RGB 7 80 82 -
CMYK 0.91 0.02 0 0.68
HSL 181.6º 0.84% 0.17% -
HSV(B) 181.6º 0.91% 0.32% -
XYZ 4.48 6.39 8.98 -
YUV 58.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 7 80 82 0.91 0.02 0 0.68 181.6 0.84 0.17
Hex 7 50 52 5B 2 0 44 B6 54 11
Octal 7 120 122 133 2 0 104 266 124 21
Binary 111 1010000 1010010 1011011 10 0 1000100 10110110 1010100 10001

Color Harmonies of #075052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075052

Black with #075052

Text Example


Text Example

White with #075052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075052; }

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

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

background-color css

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

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

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

border-color css

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

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

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