Html Css Color HEX #075154 Sherpa Blue

📋 copy color: '#075154'

red 7 ◦ green 81 ◦ blue 84

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

Shades of Sherpa Blue #075154

Tints of Sherpa Blue #075154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 4.07%
G = 47.09%
B = 48.84%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#075154 (or 0x075154) is known color: Sherpa Blue. HEX triplet: 07, 51 and 54. RGB value is (7,81,84). Sum of RGB (Red+Green+Blue) = 7+81+84=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #075154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075154 is #F8AEAB. Grayscale: #3B3B3B. Windows color (decimal): -16297644 or 5525767. OLE color: 5525767.

HSL color Cylindrical-coordinate representation of color #075154: hue angle of 182.34º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075154 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 81 84 -
CMYK 0.92 0.04 0 0.67
HSL 182.34º 0.85% 0.18% -
HSV(B) 182.34º 0.92% 0.33% -
XYZ 4.63 6.57 9.41 -
YUV 59.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 7 81 84 0.92 0.04 0 0.67 182.34 0.85 0.18
Hex 7 51 54 5C 4 0 43 B6 55 12
Octal 7 121 124 134 4 0 103 266 125 22
Binary 111 1010001 1010100 1011100 100 0 1000011 10110110 1010101 10010

Color Harmonies of #075154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075154

Black with #075154

Text Example


Text Example

White with #075154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075154; }

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

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

background-color css

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

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

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

border-color css

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

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

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