Html Css Color HEX #07534F Sherpa Blue

📋 copy color: '#07534F'

red 7 ◦ green 83 ◦ blue 79

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

Shades of Sherpa Blue #07534F

Tints of Sherpa Blue #07534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 4.14%
G = 49.11%
B = 46.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#07534F (or 0x07534F) is known color: Sherpa Blue. HEX triplet: 07, 53 and 4F. RGB value is (7,83,79). Sum of RGB (Red+Green+Blue) = 7+83+79=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #07534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07534F is #F8ACB0. Grayscale: #3B3B3B. Windows color (decimal): -16297137 or 5198599. OLE color: 5198599.

HSL color Cylindrical-coordinate representation of color #07534F: hue angle of 176.84º degrees, saturation: 0.84, 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 #07534F is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 79 -
CMYK 0.92 0 0.05 0.67
HSL 176.84º 0.84% 0.18% -
HSV(B) 176.84º 0.92% 0.33% -
XYZ 4.59 6.8 8.47 -
YUV 59.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 7 83 79 0.92 0 0.05 0.67 176.84 0.84 0.18
Hex 7 53 4F 5C 0 5 43 B1 54 12
Octal 7 123 117 134 0 5 103 261 124 22
Binary 111 1010011 1001111 1011100 0 101 1000011 10110001 1010100 10010

Color Harmonies of #07534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07534F

Black with #07534F

Text Example


Text Example

White with #07534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07534F; }

 p { color: rgb(7,83,79); }

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

background-color css

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

 a { background-color: rgb(7,83,79); }

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

border-color css

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

 span { border-color: rgb(7,83,79); }

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